home *** CD-ROM | disk | FTP | other *** search
/ The Atari Compendium / The Atari Compendium (Toad Computers) (1994).iso / files / prgtools / gnustuff / tos / gawk / gawk213s.zoo / gawk-src-2.13 / missing / system.c < prev    next >
Encoding:
C/C++ Source or Header  |  1991-05-02  |  87 b   |  8 lines

  1. int
  2. system(s)
  3. char *s;
  4. {
  5.     fatal("system() not supported on this system");
  6.     return 0;
  7. }
  8.